DiagramLite Programmer's Guide
DrawHandlesEventArgs Constructor
See Also
 





Initializes a new instance of the HitTestEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public DrawHandlesEventArgs (
    List<Shape> handles,
    IList<Point> positions,
    DiagramItem item
)

Visual Basic  Copy Code

Public New ( _
    handles As List(Of Shape), _
    positions As IList(Of Point), _
    item As DiagramItem _
)

 Parameters

handles

A list of Silverlight Shape objects representing adjustment handles.

positions

A list of points specifying default handle positions.

item

The DiagramItem whose selection handles should be rendered.

 See Also

DrawHandlesEventArgs Class
MindFusion.Diagramming Namespace